Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.49.1 -> ^1.51.0 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) ^5.0.0 -> ^5.0.3 age adoption passing confidence
@sveltejs/adapter-netlify (source) ^4.4.0 -> ^4.4.2 age adoption passing confidence
@sveltejs/adapter-node (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.5.2 -> ^5.6.3 age adoption passing confidence
@sveltejs/kit (source) ^2.15.1 -> ^2.19.0 age adoption passing confidence
@sveltejs/package (source) ^2.3.7 -> ^2.3.10 age adoption passing confidence
@types/lodash (source) ^4.17.13 -> ^4.17.16 age adoption passing confidence
@types/node (source) ^20.17.10 -> ^20.17.24 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.2 -> ^3.0.8 age adoption passing confidence
npm-check-updates ^17.1.13 -> ^17.1.15 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.3 age adoption passing confidence
prettier-plugin-svelte ^3.3.2 -> ^3.3.3 age adoption passing confidence
publint (source) ^0.2.12 -> ^0.3.9 age adoption passing confidence
svelte (source) ^5.16.0 -> ^5.23.0 age adoption passing confidence
svelte-check ^4.1.1 -> ^4.1.5 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.8.2 age adoption passing confidence
vite (source) ^6.0.7 -> ^6.2.1 age adoption passing confidence
vitest (source) ^3.0.2 -> ^3.0.8 age adoption passing confidence
wrangler (source) 3.99.0 -> 3.114.1 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.51.0

Compare Source

v1.50.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/34483 - [Feature]: single aria snapshot for different engines/browsershttps://github.com/microsoft/playwright/issues/344977 - [Bug]: Firefox not handling keepalive: true fetch requesthttps://github.com/microsoft/playwright/issues/3450404 - [Bug]: update snapshots not creating good difhttps://github.com/microsoft/playwright/issues/34507507 - [Bug]: snapshotPathTemplate doesnt work when multiple projehttps://github.com/microsoft/playwright/issues/344624462 - [Bug]: updateSnapshots "changed" throws an error

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

  • New option pathTemplate for toHaveScreenshot and toMatchAriaSnapshot assertions in the testConfig.expect configuration.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132
sveltejs/kit (@​sveltejs/adapter-cloudflare)

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-netlify)

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes
  • fix: avoid unnecessary Netlify edge function invocations for static files, which resolves a conflict between Netlify Edge Functions and Netlify Identity (#​12052)
sveltejs/kit (@​sveltejs/adapter-node)

v5.2.12

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-vercel)

v5.6.3

Compare Source

Patch Changes

v5.6.2

Compare Source

Patch Changes

v5.6.1

Compare Source

Patch Changes
  • fix: correct edge function path for route resolution endpoint (#​13409)

v5.6.0

Compare Source

Minor Changes
  • feat: generate edge function dedicated to server side route resolution when using that option in SvelteKit (#​13379)
Patch Changes

v5.5.3

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.19.0

Compare Source

Minor Changes
Patch Changes

v2.18.0

Compare Source

Minor Changes
Patch Changes
  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#​13492)

  • fix: include universal load assets as server assets (#​13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#​13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#​13530)

v2.17.3

Compare Source

Patch Changes
  • fix: avoid simulated CORS errors with non-HTTP URLs (#​13493)

  • fix: correctly preload links on mousedown/touchstart (#​13486)

  • fix: load CSS when using server-side route resolution (#​13498)

  • fix: correctly find shared entry-point CSS files during inlining (#​13431)

v2.17.2

Compare Source

Patch Changes
  • fix: add promise return type to the enhance action callback (#​13420)

  • fix: change server-side route resolution endpoint (#​13461)

v2.17.1

Compare Source

Patch Changes
  • fix: make route resolution imports root-relative if paths.relative option is false (#​13412)

v2.17.0

Compare Source

Minor Changes
  • feat: validate values for cache-control and content-type headers in dev mode (#​13114)

  • feat: support server-side route resolution (#​13379)

Patch Changes
  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#​13397)

  • fix: skip hooks for server fetch to prerendered routes (#​13377)

  • fix: ignore non-entry-point CSS files during inlining (#​13395)

  • fix: default server fetch to use prerendered paths (#​13377)

v2.16.1

Compare Source

Patch Changes
  • fix: avoid overwriting headers for sub-requests made while loading the error page (#​13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#​13354)

  • fix: correctly handle relative anchors when using the hash router (#​13356)

v2.16.0

Compare Source

Minor Changes
  • feat: add ability to invalidate a custom identifier on goto() (#​13256)

  • feat: remove the postinstall script to support pnpm 10 (#​13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#​13308)

Patch Changes
  • perf: shorten chunk file names (#​13003)

  • fix: strip internal data before passing URL to reroute (#​13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#​12217)

  • fix: use current window.fetch for server load fetch requests (#​13315)

  • fix: resolve symlinks when handling routes (#​12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#​13296)

  • fix: service worker base path in dev mode (#​12577)

  • chore: error during development when using use:enhance with +server (#​13197)

  • chore: add most common status codes to redirect() JS documentation (#​13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#​13068)

  • fix: fall back to importing dynamic dependencies relative to SvelteKit package (#​12532)

  • fix: use arrow function types over bound funcs (#​12955)

  • fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#​13321)

v2.15.3

Compare Source

Patch Changes
  • fix: fix race-condition when not using SSR when pressing back before initial load (#​12925)

  • fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#​12157)

  • fix: upgrade esm-env to remove warning when NODE_ENV is not set (#​13291)

  • fix: handle Redirect thrown from root layout load function when client-side navigating to a non-existent page (#​12005)

  • fix: make param matchers generated type import end with .js (#​13286)

v2.15.2

Compare Source

Patch Changes
  • fix: correctly notify page store subscribers (#​13205)

  • fix: prerender data when there is no server load but the trailingSlash option is set from the server (#​13262)

  • fix: correctly remove navigation callbacks when returning function in onNavigate (#​13241)

sveltejs/kit (@​sveltejs/package)

v2.3.10

Compare Source

Patch Changes
  • chore: update to chokidar 4.0.3 (#​13381)

v2.3.9

Compare Source

Patch Changes
  • chore: bump svelte2tsx dependency for more up-to-date d.ts output (#​8843)

  • fix: adjust declaration map paths (#​8843)

v2.3.8

Compare Source

Patch Changes
  • fix: resolve aliases more robustly (#​13351)
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.6

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Asia/Tokyo, Automerge - "* 0-3 * * *" in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ca267a4 to a2a7f52 Compare January 11, 2025 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 91c5204 to 83b4376 Compare January 20, 2025 10:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 20fb5fd to 1c0a346 Compare January 22, 2025 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f88e8e0 to b50181a Compare March 3, 2025 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 70743bc to 28eeb70 Compare March 11, 2025 10:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28eeb70 to 83df083 Compare March 11, 2025 17:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83df083 to 756d320 Compare March 11, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants